sunxi_nand_spl: Fix CONFIG_SPL_NAND_SUNXI handling
authorHans de Goede <[email protected]>
Sat, 15 Aug 2015 07:38:22 +0000 (09:38 +0200)
committerHans de Goede <[email protected]>
Mon, 31 Aug 2015 06:43:41 +0000 (08:43 +0200)
commit21d4d37aaf06acc6d274751b9f54492696606a50
tree71dbd2d4fa3fd9310e80f4d785eb62f7dc92ec85
parent6c16d089fbfcd661b19030bc994f75577d9a7c4d
sunxi_nand_spl: Fix CONFIG_SPL_NAND_SUNXI handling

CONFIG_SPL_NAND_SUPPORT gets used via IS_ENABLED so it must be defined
to 1, rather then just being defined.

While at remove 2 other unused NAND related defines from sunxi-common.h.

Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Ian Campbell <[email protected]>
include/configs/sunxi-common.h